dmpstats / sCRM

A Shiny App for a stochastic Collision Risk Model (sCRM) for seabirds
Other
2 stars 1 forks source link

Problems installing clean from R 4.3.2 #5

Open grwhumphries opened 7 months ago

grwhumphries commented 7 months ago

Looks like there's some problems with installing clean from R 4.3.2.

First is that mran isn't being recognized for some of the packages installs, getting a "URL error" message. (includes the promises package).

covrpage is also not installing correctly

Finally, getting an error with the path names: "Files in 'inst' are installed at top-level; Error in system.file, paths can't start with 'inst'"

bcaneco commented 7 months ago

Yes, that's not surprising given the app-package was developed under R 4.2.2 and it hasn't been updated to the latest 4.3.x.

If you're trying to have a quick peak inside, maybe renv::restore() is your friend?

grwhumphries commented 7 months ago

Yeah - there was a big leap between 4.2 and 4.3 with a number of packages. renv::restore() isn't doing it's job either as it's looking for mran links during the install which don't seem to be working.

This could be that mran doesn't have the 4.3.x compatible packages available