Skip to content

sbalci/BlueSky

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

387 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

The BlueSky package contains all of the functions that are unique to BlueSky Statistics 10 and later. It is installed automatically along with BlueSky Statistics. BlueSky output files use extension ".Bmd". If you export those to R Markdown files (".Rmd"), users of RStudio, or similar software that runs R Markdown, can execute that code if they install the BlueSky package.

Installation in R or RStudio

To install the BlueSky package, use the following steps:

install.packages("devtools")
devtools::install_github("BlueSkyStatistics/BlueSky")

Installation in BlueSky Statistics

The BlueSky R package is installed automatically with the BlueSky Statistics application. It is essential that the application use a version of the package that matches it. Therefore, you should rarely be a need to replace it manually. However, if you are sure that is what you need to do, follow these steps:

# Are you sure you want to do this?
install.packages("devtools")
devtools::install_github("BlueSkyStatistics/BlueSky", repos = "https://cloud.r-project.org/", upgrade="always")

Usage

The BlueSky package is used like any other R package. After installing it, load the package before executing any R Markdown code exported from BlueSky Statistics:

library("BlueSky")

Getting Help

For details, see the chapter, "Working with R," in the BlueSky 10 User Guide.

About

BlueSky R package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • R 100.0%