Skip to content

Releases: fenditsim/FxCAs-demo

version 2.1

14 Jul 12:44
Compare
Choose a tag to compare

This version improves efficiency of calling specific functions (variables and data) for analysis.R and cleaning.R from functions.R. For more information, please visit my another repository (link here).

version 2.0

09 Jul 13:44
Compare
Choose a tag to compare

This version allows users to share all three R scripts from a local directory to one or more multiple directories with a custom R script (sharing.R). This feature becomes handy when sharing the latest version of scripts to other parties automatically, and remote directories can be a reference to local directory.

v2 0

version 1.0

09 Jul 13:15
8ecc1c6
Compare
Choose a tag to compare

In this version, I present a multiple-script-interconnected, minimalistic framework that facilitates data cleaning and analysis with three R scripts (Functions, Cleaning and Analysis). It is a clear and simple framework based on 'Division of Labor'. This allows users to update among R scripts and RData automatically.