Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ splutil Public

❗ This is a read-only mirror of the CRAN R package repository. splutil — Utility Functions for Common Base-R Problems Relating to Lists. Homepage: https://docs.sykdomspulsen.no/splutil/https://github.com/sykdomspulsen-org/splutil Report bugs for this package: https://github.com/sykdomspulsen-org/splutil/issues

License

Notifications You must be signed in to change notification settings

cran/splutil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

splutil

Overview

splutil contains helpful functions to help with common base-R problems.

Read the introduction vignette here or run help(package="splutil").

splverse

The splverse is a set of R packages developed to help solve problems that frequently occur when performing infectious disease surveillance.

If you want to install the dev versions (or access packages that haven't been released on CRAN), run usethis::edit_r_profile() to edit your .Rprofile.

Then write in:

options(
  repos = structure(c(
    SPLVERSE  = "https://docs.sykdomspulsen.no/drat/",
    CRAN      = "https://cran.rstudio.com"
  ))
)

Save the file and restart R.

You can now install splverse packages from our drat repository.

install.packages("splutil")

About

❗ This is a read-only mirror of the CRAN R package repository. splutil — Utility Functions for Common Base-R Problems Relating to Lists. Homepage: https://docs.sykdomspulsen.no/splutil/https://github.com/sykdomspulsen-org/splutil Report bugs for this package: https://github.com/sykdomspulsen-org/splutil/issues

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages