You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd recommend documenting the two methods of installation (CRAN and GitHub) in distinct chunks so readers could copy-paste the entire code chunk of interest.
Instead of devtools you could recommend using pak.
Editor's comment:
I'd recommend documenting the two methods of installation (CRAN and GitHub) in distinct chunks so readers could copy-paste the entire code chunk of interest.
Instead of devtools you could recommend using pak.
install.packages("pak")
pak::pak("dataobservatory-eu/dataset")
The text was updated successfully, but these errors were encountered: