-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
def.format.sdg function #5
Comments
I fixed up the importing so that you shouldn't need to install neonDataStackR separately if you install this package using the following procedure. If it still doesn't work I'll have to look into how to better set up the dependencies. |
This failed for me:
package ‘devtools’ successfully unpacked and MD5 sums checked The downloaded binary packages are in
locale: attached base packages: other attached packages: loaded via a namespace (and not attached): |
@jbeaulie |
It seems we are still missing something.
ERROR: dependency 'neonDataStackR' is not available for package 'neonDissGas'
Packages ------------------------------------------------------------------------------------ |
I'm looking into it. Thanks for trying out this code! |
OK, your update to the DESCRIPTION files seems to have done the trick. Now I can install the package and access the functions, but I"m still having trouble with the def.format.sdg function. Should I apply this function to the NEON-dissolved-gas/neonDissGas/inst/extdata directory? I assume this directory contains example datasets pulled from NEON data portal. Do all the files need to be unzipped first? |
@jbeaulie You shouldn't need to unzip the files first. The input for def.format.sdg should be in the form of the path to the zipped folder plus the zipped folder, e.g. "~/Downloads/NEON_dissolved-gases-surfacewater.zip" |
Ok, getting closer. Here is the most recent error:
|
@jbeaulie Sorry, this is the nature of NEON code at this stage, we're constantly updating and revising these packages! |
@cklunch |
@jbeaulie Try adding the following line before you fun the package. Sometimes it won't re-install even though there are changes if I don't set force = T. |
@jbeaulie Try running the code in "installingPackages.R" to install the required packages to run the code here. The neonDataStackR has been replaces by the neonUtilities package. |
This function calls a function from the neonDataStackR package, which isn't available on CRAN. This package needs to be made available to user.
The text was updated successfully, but these errors were encountered: