[R] R packaging

2008-06-05 Thread Soil inf.

I have followed the instructions of numerous references in trying to package
my own functions. It appears as though i have all my paths and programs
aligned but i get the following error message when i R CMD CHECK my package:

*checking if this is a source bundle.ERROR
Only *source* packages can be checked.

Ideas, anyone

Regards,
Grant
-- 
View this message in context: 
http://www.nabble.com/R-packaging-tp17664450p17664450.html
Sent from the R help mailing list archive at Nabble.com.

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] Trouble installing/checking new package

2008-06-10 Thread Soil inf.

I am trying to check a package i made (SINFERS) and i get the following error
message in Command Prompt (everything before this is 'OK'):
**checking whether the package can be loadedERROR
Error in library.dynam(lib,package,package.lib):

shared library 'SINFERS' not found
Error: package/namespace load failed for 'SINFERS'
Execution halted

My NAMESPACE file is very simple:

useDynLib(SINFERS)

export(fuzzy.error)

I am not sure what is the cause. Any help would be greatly appreciated.
Grant
-- 
View this message in context: 
http://www.nabble.com/Trouble-installing-checking-new-package-tp17749086p17749086.html
Sent from the R help mailing list archive at Nabble.com.

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.