-
Notifications
You must be signed in to change notification settings - Fork 2
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
Warning: package ‘fiabd’ is not available for this version of R #27
Comments
Hi @mlefsky 👋
I assume this was a temporary outage on the FIA datamart - when I try clicking the link to download that file it seems to work. I have worked through the changes required to get tidyFIA up-to-date with recent versions of its dependencies in this PR: #26. I will release it into the wild soon, but if you could try it out and let me know if the functions work for you that would be great! You can install it like this:
|
I will try and update you with anything I observe.
*Michael Lefsky *
Senior Remote Sensing Scientist
*Teren, Inc *| teren4d.com
Mobile (970) 980-9036
***@***.*** <https://www.linkedin.com/in/michael-lefsky-bbb79225/>
LinkedIn <https://www.linkedin.com/in/michael-lefsky-bbb79225/>
…On Tue, Mar 5, 2024 at 6:41 PM Henry Rodman ***@***.***> wrote:
Hi @mlefsky <https://github.com/mlefsky> 👋
I received an error when trying to download FIA data from your database
but receive the following message:
install.packages("fiabd")
Installing package into ‘/home/lefsky/R/x86_64-pc-linux-gnu-library/4.1’
(as ‘lib’ is unspecified)
Warning in install.packages :
package ‘fiabd’ is not available for this version of R
A version of this package for your version of R might be available
elsewhere, see the ideas at
https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages
fiadb is the python package that I built to create the PostGIS database
from the FIA datamart CSVs, so it is not something that can be installed in
R.
When I run with the postgis=FALSE option, it appears to work but then I
get the message:
! https://apps.fs.usda.gov/fia/datamart/CSV/MN_tree.zip is not available
to download at the moment
I assume this was a temporary outage on the FIA datamart - when I try
clicking the link to download that file it seems to work.
I have worked through the changes required to get tidyFIA up-to-date with
recent versions of its dependencies in this PR: #26
<#26>. I will release it into the
wild soon, but if you could try it out and let me know if the functions
work for you that would be great!
You can install it like this:
remotes::install_github("ncx-co/tidyFIA", ref = "updates-20240226")
—
Reply to this email directly, view it on GitHub
<#27 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/BEKC2IJ5SP2ILU375YOTP2DYWZX3VAVCNFSM6AAAAABEFZUIQOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNZZHEZDKOBZGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I received an error when trying to download FIA data from your database but receive the following message:
A version of this package for your version of R might be available elsewhere,
see the ideas at
https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages
When I run with the postgis=FALSE option, it appears to work but then I get the message:
! https://apps.fs.usda.gov/fia/datamart/CSV/MN_tree.zip is not available to download at the moment
I've appended my version information. Can you tell me how to resolve this question? If I need to switch R version, which should I install?
The text was updated successfully, but these errors were encountered: