Skip to content

Commit c9cdcb6

Browse files
authored
Update likelihood-template.Rmd (#166)
1 parent c98277b commit c9cdcb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vignettes/likelihood-template.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Here we provide a template for developing a likelihood function that can be seam
3030

3131
2. Open the FishSET_RPackage.Rproj file.
3232

33-
3. Create a new script for you likelihood function and follow the template below.
33+
3. Create a new script for your likelihood function following the template below. Save it in the `R` folder.
3434

3535
4. Commit and push changes.
3636

@@ -136,4 +136,4 @@ Before submitting a Pull Request, we ask contributors to thoroughly review code
136136
### Create a pull request
137137
Give the Pull Request the same name as the likelihood function you just created and provide a brief description. Once the FishSET team receives the Pull Request we will do our best to review the function in a timely manner and notify you if we merge it with the main package or request any changes to the function prior to merging.
138138

139-
The Pull Request for your likelihood function should not change any other code in the FishSET package. If changes to the package outside of your function are necessary, please contact the FishSET development team ([[email protected]](mailto:[email protected])) to resolve any issues.
139+
The Pull Request for your likelihood function should not change any other code in the FishSET package. If changes to the package outside of your function are necessary, please contact the FishSET development team ([[email protected]](mailto:[email protected])) to resolve any issues.

0 commit comments

Comments
 (0)