Skip to content

Commit 1eec62b

Browse files
authored
Merge pull request #13 from humanfactors/docs-website
Version incremenent and Pkgdown site
2 parents b57cd20 + d7977b7 commit 1eec62b

File tree

77 files changed

+12852
-4
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+12852
-4
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
^\.travis\.yml$
77
^ CONTRIBUTING\.md$
88
^\.github$
9+
^\.docs$

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: FIPS
22
Type: Package
33
Title: Fatigue Impairment Prediction Suite (FIPS)
4-
Version: 0.1.2
5-
Date: 2020-04-20
4+
Version: 0.2.0
5+
Date: 2021-17-05
66
Authors@R: c(
77
person("Michael David", "Wilson", email = "[email protected]", role = c("aut", "cre")),
88
person("Luke", "Strickland", email = "[email protected]", role = c("aut")),

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Fatigue Impairment Prediction Suite (FIPS)
66

7-
<img align="right" src="inst/logo/FIPS_logo.png?raw=true" alt="FIPSLOGO" width="200"/>
7+
<img align="right" src="https://github.com/humanfactors/FIPS/blob/master/inst/logo/FIPS_logo.png?raw=true" alt="FIPSLOGO" width="200"/>
88

99
FIPS provides researchers and practitioners comprehensive set of functions for applying bio-mathematical models (BMMs) of fatigue. FIPS is a young project under active development and is implemented in the R programming language.
1010

_pkgdown.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
template:
2+
params:
3+
bootswatch: cosmo
4+
5+
url: https://humanfactors.github.io/FIPS
6+
7+
navbar:
8+
type: default
9+
10+
default_assets: false

docs/404.html

Lines changed: 108 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/CONTRIBUTING.html

Lines changed: 184 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)