Displaying 2 results from an estimated 2 matches for "rnmr".
Did you mean:
nmr
2009 May 07
0
.First and loading a package in a workspace
Hi,
I'm writing a package called rNMR and I'd like to be able to save a
workspace with rNMR loaded, exit R, and then load the workspace, loading
rNMR at the same time. This is no problem on Windows but on Linux and Macs I
can't get it to work. Here's the deal. rNMR has includes a .onLoad
function:
.onLoad = function(lib,...
2011 Aug 26
1
issue with available.packages() and download.file()
...39;m not sure so I wanted to post here first. Lately I've been
encountering an error when running a package I put together. I have my
package set up to check for updates when it loads but this error occurs and
stops the package from loading:
Error : .onLoad failed in loadNamespace() for 'rNMR', details:
call: read.dcf(file = tmpf)
error: Line starting '<SCRIPT language=Jav ...' is malformed!
Error: package/namespace load failed for 'rNMR'
I tracked to the following line of code from my package:
available.packages(contrib.url(repos = "http://rnmr.nmrfam...