yhoriuchi / projoint

A package for a more general, more straightforward, and more creative conjoint analysis
https://yhoriuchi.github.io/projoint/
Other
10 stars 0 forks source link

Code of conduct #15

Closed yhoriuchi closed 1 year ago

yhoriuchi commented 1 year ago

We should add a Code of conduct like:

https://patchwork.data-imaginist.com/CODE_OF_CONDUCT.html

aaronrkaufman commented 1 year ago

added this; not sure if it is automatically added to the website or not

yhoriuchi commented 1 year ago

You saved the new markdown file but it does not appear on the homepage. Can you revise README.md? ALso, whenver you push a change to "main", pkgdown:build_site() wil automatically run. After a few minutes, you should be able to see the change on the website.

yhoriuchi commented 1 year ago

devtools::check() shows an error. @aaronrkaufman , can you fix this?

checking top-level files ... NOTE
  Non-standard file/directory found at top level:
    ‘CODE_OF_CONDUCT.md’
aaronrkaufman commented 1 year ago

I get pkgdown errors whenever I commit; it only updates when you push!

I gave it a second try; please update pkgdown and tell me it worked

yhoriuchi commented 1 year ago

You get an error because there is an error in a document:

pkgdown::build_site() -- Installing package into temporary library

== Building pkgdown site

Reading from: '/Users/f000kyp/Dropbox (Personal)/03 Research - Projects/_RPackages/projoint/projoint' Writing to: '/Users/f000kyp/Dropbox (Personal)/03 Research - Projects/_RPackages/projoint/projoint/docs' -- Initialising site

-- Building home

Error: ! in callr subprocess. Caused by error in parse(con): ! 10:21: unexpected symbol 9: publisher = {GitHub}, 10: journal = {GitHub repository ^ ℹ See $stdout for standard output. Type .Last.error to see the more details.

On Sun, Aug 13, 2023 at 11:48 AM Aaron R. Kaufman @.***> wrote:

I get pkgdown errors whenever I commit; it only updates when you push!

I gave it a second try; please update pkgdown and tell me it worked

— Reply to this email directly, view it on GitHub https://github.com/yhoriuchi/projoint/issues/15#issuecomment-1676396928, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC332BDEPRQYOCPODSIVRLDXVDZLHANCNFSM6AAAAAA3OWPMXE . You are receiving this because you authored the thread.Message ID: @.***>

aaronrkaufman commented 1 year ago

fixed