Skip to content

Rapporteket/nger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Install
The current package can be fetched directly from your Rstudio session. If not already
present, first install the devtools-package from your R terminal:

  install.packages("devtools")

Then, install the rapbase package:

  devtools::install_github("Rapporteket/rapbase")

When installed at Rapporteket make sure clean-up is performed:

  devtools::install_github("Rapporteket/rapbase", args=c("--clean"))

This will add local configuration after the package has been installed


NOTE: Communicating through a proxy might cause the above install command to
fail. If so, try the following prior to the above install command:

  library(httr)
  set_config(
    use_proxy(url="IP-adr", port=portnr, username="user",password="passwd")
  )

replacing the example parameter values with whatever applies for the
system the package is being installed on

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •