- Help addin recording.
-
New version for academic year 2024-2024. New passwords.
-
New function
switch_repo()
and new addin to easily switch a GitHub repository between HTTP and SSH remote URL. -
Sign out RStudio addin eliminated. The corresponding function
sign_out()
is still available. -
Help addin added.
- An RStudio addin to check disk space used in
/home/jovyan
is added (useful for SaturnCloud). The corresponding function isdisk_info()
, which allows for testing other disks than the one corresponding to/home/jovyan
(or all disks withpath = ""
).
- Small correction in
biometrie
: "circomférence du poignet" (typo), but corrected anyway into "tour de poignet", and no unit for "année de la mesure" (idem inbiometry
).
-
New version for academic year 2023-2024. New passwords.
-
New addin "New repo issue", paired with function
sdd_repo_issue()
for easily creating a new issue in the currently edited repository.
- Course key changed to match Saturn Cloud workflow.
- New version for academic year 2022-2023. New passwords for users and databases.
sdd_info()
function and corresponding RStudio addin are introduced for easily sharing small pieces of text in a central repository.
-
Dependency moved from {learndown} to {learnitdown}. Preparation of series 2021-2022.
-
Management of security reworked. Now, an external course password is required.
-
The
obfuscator()
function provides configuration parameters to obfuscate sensible code in {learnr} tutorials (only visible with a teacher password).
-
Clean up finished. Most code moved to {learndown}. Learnr tutorials and Shiny applications moved to {BioDataScience1}.
-
The datasets
biometry
andbiometrie
are left here. -
The package now contains
config()
,sign_in()
andsign_out()
only for database access and user identification. -
A sign out addin is added.
- Add
MONGO_URL_SERVER
environment variable ininit()
.
- Separate
MONGO_USER
andMONGO_PASSWORD
variables ininit()
and do not set them if already there.
-
In
record_sdd()
, date is now recorded in GMT timezone and with microseconds. -
An
init()
function is added to set globallyMONGO_URL
andMONGO_BASE
environment variables for {Shiny} and {learnr} applications.
- Correction for tutorial
06b_recombinaison
.
- Correction for tutorial
06b_recombinaison
.
- Tutorial
06b_recombinaison
finalized.
- Tutorial
01a_base
finalized.
- Tutorial
01a_base
finalized.
- Recheck of the all tutorials (
00a
-13c
) with the svbox2019 software environment: minor corrections and version updated to2019.x.y
.
- Recheck of the all tutorials (
00a
-13c
) with the svbox2018 software environment and with the new functioncollect_sdd()
: minor corrections and version updated to2018.x.y
.
-
Review of the all tutorials (
00a
-13c
) with the svbox2019 software environment. -
Internal function
collect_sdd()
now hasuser =
andpassword =
arguments and the user/password used by default byrecord_sdd()
cannot read data in the database anymore.
run()
modified to install latest release matching svbox year.
- Review of the all tutorials (
00a
-13c
) with the svbox2018 software environment.
- Tutorial
examen_c
finalized.
- Review tutorials
00
and02
with svbox2019 software environment.
- Review of the all tutorials (
02a
-12a
): corrections.
- Tutorial
examen_b
finalized.
- Tutorial
examen_a
finalized.
- Tutorial
12a_correlation
finalized.
- Correction of bugs in
11b
and11a
tutorials.
-
Tutorial
11b_syntaxr
finalized. -
Tutorial
11a_anova2
finalized.
- Tutorial
11b_syntaxr
finalized.
- Tutorial
11a_anova2
finalized.
- Tutorial
10b_anova
finalized.
-
Tutorial
10a_anova
finalized. -
Addition of a test {Shiny} application (histogram.R).
- Tutorial
09b_student
finalized.
- Tutorial
09a_student
finalized.
-
Tutorial
08b_chi2
finalized. -
Add html file
08b_chi2
.
- Tutorial
08b_chi2
finalized.
- Tutorial
08a_chi2
finalized.
- Tutorial
07b_distri
finalized.
-
Tutorial
07a_proba
finalized. -
Tutorial
06a_test
finalized.
- Tutorial
05a_test
finalized.
- Tutorial
04a_test
finalized.
record_sdd()
refactored.
- Tutorial
03a_test
finalized.
- Add new dataset
biometry
.
- Tutorial
02c_nuage_de_points
finalized.
- Tutorial
02b_decouverte
finalized.
- Tutorial
02a_base
finalized.
- The
run()
function allows for selecting tutorials in a list.
- The
run()
function now looks if there is an updated release and proposes to install it. Also, it provides a menu to select tutorials, in case no arguments are provided.
First version of the {BioDataScience} package on GitHub.