-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Design and Implement a _Study_ Object #36
Comments
compose_study():
read_study():
|
Would users be confused by |
'read' and 'compose' sound as if they were opposites. "compile" is better.
However, for a some people `compile` may smell like "compiling a program
into machine code".
What are some other words that mean putting things together?
|
"Coalesce" probably wouldn't work.
…On Tue, Jun 25, 2019 at 1:59 PM Siqi Zhang ***@***.***> wrote:
'read' and 'compose' sound as if they were opposites. "compile" is
better. However, for a some people `compile` may smell like "compiling a
program into machine code".
What are some other words that mean putting things together?
|
"assemble" |
Thanks. I like "compile" and "collate"
…On Tue, Jun 25, 2019 at 2:02 PM Kathleen Wendt ***@***.***> wrote:
"assemble"
"collate"
"arrange"
"collect"
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#36?email_source=notifications&email_token=AKE6JFRLW5R67J5DZM4IJLLP4JMS5A5CNFSM4H3CO6S2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYRC2JQ#issuecomment-505556262>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AKE6JFWD6Q7VHWPWORFIEIDP4JMS5ANCNFSM4H3CO6SQ>
.
|
|
Yeah, I agree.
…On Sat, Jul 20, 2019, 4:07 PM Kathleen Wendt ***@***.***> wrote:
@iqis <https://github.com/iqis> Is this issue unique compared to #38
<#38> and #43
<#43>? Can we consolidate?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#36?email_source=notifications&email_token=AKE6JFSJXZZALT7QYCGPWPDQANV63A5CNFSM4H3CO6S2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2NVDEQ#issuecomment-513495442>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AKE6JFX26TUNEUKQWRMXMSDQANV63ANCNFSM4H3CO6SQ>
.
|
Unique or consolidate? Can you combine the 4 issues the way you want it? |
Sounds good. Can you consolidate? |
I need more time to go through them all, as there are also dev branches currently associated with each. |
Of course -- I meant on your own timeline. |
... composed of many
psyphr_workbook
objects, with subject/activity identification inferred from file structure of workbooks (See #21).Able to:
Helper function tosaveRDS()
(?)S3
object, class name:psyphr_study
generics:
Use a control file in YAML or DCF.The text was updated successfully, but these errors were encountered: